projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d4057
)
* lisp/gnus/nnselect.el (nnselect-push-info): Sort artlist
author
Andrew G Cohen
<cohen@andy.bu.edu>
Mon, 10 Apr 2023 03:34:43 +0000
(11:34 +0800)
committer
Andrew G Cohen
<cohen@andy.bu.edu>
Tue, 11 Apr 2023 02:55:45 +0000
(10:55 +0800)
lisp/gnus/nnselect.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnselect.el
b/lisp/gnus/nnselect.el
index 9a2957c9f521984c3666af78ecf8bfbc2700bb9c..af4dbdc35df4e434c88ef6431e4f8691f3ba2efb 100644
(file)
--- a/
lisp/gnus/nnselect.el
+++ b/
lisp/gnus/nnselect.el
@@
-909,6
+909,7
@@
article came from is also searched."
;; now work on each originating group one at a time
(pcase-dolist (`(,artgroup . ,artlist)
(numbers-by-group gnus-newsgroup-articles))
+ (setq artlist (sort artlist #'<))
(let* ((group-info (gnus-get-info artgroup))
(old-unread (gnus-list-of-unread-articles artgroup))
newmarked delta-marks)